rem ============================================================== rem It is recommended to test the script on a local machine for its purpose and effects. rem ManageEngine Endpoint Central will not be responsible for any rem damage/loss to the data/setup based on the behavior of the script. rem Description: Script to Delete default shares rem Configuration Type - COMPUTER rem ============================================================== @echo off net share ipc$ /delete net share C$ /delete net share d$ /delete net share admin$ /delete